'Declaration
Public Function New( _ ByVal currentNodeElement As OpcBrowseNodeElement, _ ByVal selectionElements As IEnumerable(Of OpcBrowseNodeElement) _ )
'Usage
Dim currentNodeElement As OpcBrowseNodeElement Dim selectionElements As IEnumerable(Of OpcBrowseNodeElement) Dim instance As New OpcBrowseOutputs(currentNodeElement, selectionElements)
public OpcBrowseOutputs( OpcBrowseNodeElement currentNodeElement, IEnumerable<OpcBrowseNodeElement> selectionElements )
public: OpcBrowseOutputs( OpcBrowseNodeElement^ currentNodeElement, IEnumerable<OpcBrowseNodeElement^>^ selectionElements )
Parameters
- currentNodeElement
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- selectionElements
The value of this parameter cannot be
null
(Nothing
in Visual Basic).